func runtime.stackfree

7 uses

	runtime (current package)
		mgcmark.go#L315: 		stackfree(gp.stack)
		proc.go#L2017: 		stackfree(mp.gsignal.stack)
		proc.go#L2326: 					stackfree(freem.g0.stack)
		proc.go#L5329: 		stackfree(gp.stack)
		proc.go#L5390: 			stackfree(gp.stack)
		stack.go#L463: func stackfree(stk stack) {
		stack.go#L991: 	stackfree(old)